home *** CD-ROM | disk | FTP | other *** search
/ Emulator Universe CD / emulatoruniversecd1998.iso / CPC / Utils / CpcFile System / README < prev    next >
Encoding:
Text File  |  1996-02-15  |  3.3 KB  |  103 lines

  1.                 <<<<Last Modified: Thu Feb 15 19:43:05 1996>>>>
  2.  
  3.  
  4. What is CPCfs?
  5.  
  6.     CPCfs is a program to maintain filesystems that are needed by some
  7.     CPC emulators (especially CPCEmu by Marco Vieth).
  8.  
  9.     If you are familiar with some emulators, you may have already
  10.     encountered the problem, how to copy files form DOS into the
  11.     image of an emulator, or vice versa.
  12.  
  13.     The methods described in the documentation of CPCEmu only deal
  14.     with transferring whole CPC disks to CPCEmu diskimages, but not
  15.     single files. 
  16.  
  17.     If you use CPCEmu you can use the cassette interface to load and save
  18.     files from the CPC memory to DOS files. But this method lacks
  19.     some (in my sense important) features, e.g. 
  20.     - transferring files > 42k
  21.     - transferring data files without Amsdos-Header
  22.     - installing CP/M, if you don't have a 5 1/4 inch drive at your
  23.       CPC and can't copy whole disks.
  24.     - transferring is so slow as the emulator
  25.     - you can't transfer files in a batch
  26.  
  27.     If you don't use another emulator than CPCEmu, I do not know
  28.     another solution other than CPCfs.
  29.  
  30.  
  31. What other products do I need?
  32.  
  33.     - A CPC-Emulator (CPCEmu, CPE, SimCPC, CPCEmuII, ...)
  34.     - A CPC Computer with CP/M License, if you want to copy CP/M
  35.       to an image.
  36.  
  37.  
  38. How do I install CPCfs?
  39.  
  40.     Just unpack the archive with the -d switch to extract the 
  41.     subdirectory src. If you omit the -d switch, you get all files
  42.     in one directory. Then copy the    *.EXE files, CPCFS.CFG and 
  43.     CPCFS.HLP to a place where they can be found (somewhere in the
  44.     path) or where you like them to be. CPCFS.CFG must be in the 
  45.     current directory or in the same directory as CPCFS.EXE.
  46.  
  47.  
  48. What is new in version 0.85?
  49.  
  50.     Main features:
  51.     - Vortex images are now supported
  52.     - User areas and file attributes are fully supported
  53.     - Extensible help system containing nearly the same as the manual
  54.     - Commands can be controlled by options
  55.     - History mechanism
  56.  
  57.     New comamnds:
  58.     - COPY        copy files
  59.     - TYPE        look at files
  60.     - DPB        see the complete Disk Parameter Block
  61.     - COMMENT    describes your images
  62.     - ATTRIB    change file attributes
  63.  
  64.     Extended commands:
  65.     - DIR        shows long output, including Amsdos header
  66.     - DUMP        now addresses single sectors or blocks
  67.     - HELP        accesses the online manual
  68.  
  69.  
  70. What files are distributed?    
  71.  
  72.     README        - You are reading it!
  73.     CPCFS.EXE    - The program itself
  74.     CPCFS.CFG    - The configuarion file for CPCfs
  75.     DROP_TAG.BAT    - A utility program; needed for CPE
  76.     CPCFS.HLP    - The online helpfile
  77.     CPCFS.DOC    \_ The documentation
  78.     TEMPLATE.DOC    /
  79.     MAKEDOC.EXE    - Composing the documentation out of template and help
  80.     GETCPM.BAS    - A Locomotive BASIC Program to copy the CP/M tracks
  81.               to a file.
  82.     DESCRIPT.ION    - 4DOS' description
  83.  
  84.     SRC\CPCFS.C    \
  85.     SRC\UI.C     |_ The main sourcecode
  86.     SRC\FS.C     |
  87.     SRC\TOOLS.C    /
  88.     SRC\CPCFS.H    \
  89.     SRC\DOS.H     |- Some prototypes, constants,
  90.     SRC\UNIX.H    /    includes, and so on    
  91.     SRC\DOS.C    \_  system dependent implementation
  92.     SRC\UNIX.C    /    of the prototypes
  93.     SRC\MATCH.C    \_  some routines realising regular expression
  94.     SRC\MATCH.H    /    matching for CP/M wildcards
  95.     SRC\MAKEDOC.C      - Source of the doc-composer
  96.     SRC\CPCFS.PRJ      - Project files for Borland C
  97.     SRC\MAKEFILE      - Unix Makefile
  98.     SRC\DESCRIPT.ION  - 4DOS' description
  99.  
  100. How do I use CPCfs?
  101.  
  102.     Read CPCFS.DOC or type HELP within CPCfs.
  103.